hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
_D3D11_SHADER_VARIABLE_DESC
directx
d3d11shader
Undocumented in source.
version(Windows && Direct3D_11)
struct
_D3D11_SHADER_VARIABLE_DESC {
LPCSTR
Name
;
UINT
StartOffset
;
UINT
Size
;
UINT
uFlags
;
LPVOID
DefaultValue
;
UINT
StartTexture
;
UINT
TextureSize
;
UINT
StartSampler
;
UINT
SamplerSize
;
}
Members
Variables
DefaultValue
LPVOID
DefaultValue
;
Undocumented in source.
Name
LPCSTR
Name
;
Undocumented in source.
SamplerSize
UINT
SamplerSize
;
Undocumented in source.
Size
UINT
Size
;
Undocumented in source.
StartOffset
UINT
StartOffset
;
Undocumented in source.
StartSampler
UINT
StartSampler
;
Undocumented in source.
StartTexture
UINT
StartTexture
;
Undocumented in source.
TextureSize
UINT
TextureSize
;
Undocumented in source.
uFlags
UINT
uFlags
;
Undocumented in source.
Meta
Source
See Implementation
directx
d3d11shader
aliases
D3D11_CBUFFER_TYPE
D3D11_RESOURCE_RETURN_TYPE
D3D11_SHADER_BUFFER_DESC
D3D11_SHADER_DESC
D3D11_SHADER_INPUT_BIND_DESC
D3D11_SHADER_TYPE_DESC
D3D11_SHADER_VARIABLE_DESC
D3D11_SHADER_VERSION_TYPE
D3D11_SIGNATURE_PARAMETER_DESC
D3D11_TESSELLATOR_DOMAIN
D3D11_TESSELLATOR_OUTPUT_PRIMITIVE
D3D11_TESSELLATOR_PARTITIONING
LPD3D11SHADERREFLECTION
LPD3D11SHADERREFLECTIONCONSTANTBUFFER
LPD3D11SHADERREFLECTIONTYPE
LPD3D11SHADERREFLECTIONVARIABLE
enums
D3D11_SHVER_PIXEL_SHADER
functions
D3D11_SHVER_GET_MAJOR
D3D11_SHVER_GET_MINOR
D3D11_SHVER_GET_TYPE
interfaces
ID3D11ShaderReflection
ID3D11ShaderReflectionConstantBuffer
ID3D11ShaderReflectionType
ID3D11ShaderReflectionVariable
structs
_D3D11_SHADER_BUFFER_DESC
_D3D11_SHADER_DESC
_D3D11_SHADER_INPUT_BIND_DESC
_D3D11_SHADER_TYPE_DESC
_D3D11_SHADER_VARIABLE_DESC
_D3D11_SIGNATURE_PARAMETER_DESC